Add gpsbabel-onepage.html target to create the HTML doc as one big file.
authorrobertl <robertl>
Tue, 20 Jun 2006 22:49:58 +0000 (22:49 +0000)
committerrobertl <robertl>
Tue, 20 Jun 2006 22:49:58 +0000 (22:49 +0000)
Makefile.in

index 13829c549faee12990cc79e9026554d23655f020..e1f34ce123d3163c57aac2830401b7ecff7acda8 100644 (file)
@@ -137,6 +137,15 @@ $(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE
         xmldoc/readme.xml
        tools/mkcapabilities
 
+gpsbabel-onepage.html: FORCE
+       xsltproc \
+         --stringparam toc.section.depth "1" \
+         --stringparam html.stylesheet \
+         "http://www.gpsbabel.org/style3.css" \
+         http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \
+       xmldoc/readme.xml > $@ || rm $@
+
+
 readme.txt: readme.html
        lynx -nolist -dump readme.html  > $@